Wraps a nkExport::ExportError and offer functions for use in scripting.
More...
Wraps a nkExport::ExportError and offer functions for use in scripting.
◆ updateEnvironment()
Updates a given environment and set it up to use all functions wrapped by this wrapper.
- Parameters
-
env | The environment to set up. |
◆ getErrorDesc()
Wrapper function for the nkExport::ExportError::getErrorDesc() attribute reading.
local d = t.errorDesc ;
- Parameters
-
object | The data from which the attribute will be retrieved. |
- Returns
- The attribute value, as a string.
◆ getErrorInfo()
Wrapper function for the nkExport::ExportError::getErrorInfo() attribute reading.
local d = t.errorInfo ;
- Parameters
-
object | The data from which the attribute will be retrieved. |
- Returns
- The attribute value, as a string.
◆ getIndex()
Wrapper function for the nkExport::ExportError::getIndex() attribute reading.
local d = t.index ;
- Parameters
-
object | The data from which the attribute will be retrieved. |
- Returns
- The attribute value, as a string.
◆ isActivated()
Wrapper function for the nkExport::ExportError::isActivated() attribute reading.
local d = t.activated ;
- Parameters
-
object | The data from which the attribute will be retrieved. |
- Returns
- The attribute value, as a string.
The documentation for this class was generated from the following file: